Skip to content

Commit

Permalink
Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchrzan committed May 15, 2021
1 parent cc05c84 commit 4961b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FileExplorerGallery.nuspec
Expand Up @@ -2,18 +2,18 @@
<package>
<metadata>
<id>FileExplorerGallery</id>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Martin Chrzan</authors>
<owners>Martin Chrzan</owners>
<licenseUrl>https://github.com/martinchrzan/FileExplorerGallery/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/martinchrzan/FileExplorerGallery</projectUrl>
<!--<iconUrl></iconUrl>-->
<releaseNotes>
Initial release
Updated signing certificate
</releaseNotes>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FileExplorerGallery</description>
<copyright>Martin Chrzan Copyright 2020</copyright>
<copyright>Martin Chrzan Copyright 2020-2021</copyright>
<tags>file explorer gallery</tags>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions FileExplorerGallery/Properties/AssemblyInfo.cs
Expand Up @@ -51,6 +51,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 comments on commit 4961b70

Please sign in to comment.