Skip to content

Commit

Permalink
Fixed nuget package and released new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Sep 3, 2016
1 parent 387847e commit e69a920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AutoUpdater.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AutoUpdater.NET")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their C# or VB.NET projects.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RBSoft")]
[assembly: AssemblyProduct("AutoUpdater.NET")]
[assembly: AssemblyCopyright("Copyright © 2012-2015 RBSoft")]
[assembly: AssemblyCopyright("Copyright © 2012-2016 RBSoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion AutoUpdaterTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RBSoft")]
[assembly: AssemblyProduct("AutoUpdaterTest")]
[assembly: AssemblyCopyright("Copyright © 2012-2015 RBSoft")]
[assembly: AssemblyCopyright("Copyright © 2012-2016 RBSoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit e69a920

Please sign in to comment.