Skip to content

Commit

Permalink
Bumped to 0.4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
PromaRifat committed Jul 30, 2020
1 parent b547173 commit a824cc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file modified src/Magpie/Magpie.latest.nupkg
Binary file not shown.
7 changes: 4 additions & 3 deletions src/Magpie/Magpie.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magpie</id>
<version>1.0.3-beta</version>
<version>0.4.1-beta</version>
<authors>MetaGeek, LLC</authors>
<projectUrl>https://github.com/metageek-llc/Magpie</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A modern software update framework for .NET applications.</description>
<dependencies>
<dependency id="CommonMark.NET" version="0.9.1" />
<dependency id="Markdig" version="0.10.4" />
</dependencies>
</metadata>
<files>
<file src="Magpie\bin\Release\Magpie.dll" target="lib\Magpie.dll" />
<file src="Magpie\bin\Release\Magpie.dll" target="lib\net45\Magpie.dll" />
<file src="Magpie\bin\Release\Magpie.dll" target="lib\net451\Magpie.dll" />
</files>
</package>
4 changes: 2 additions & 2 deletions src/Magpie/Magpie/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.4.0.1")]
[assembly: AssemblyFileVersion("0.4.0.1")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: InternalsVisibleTo("Magpie.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 comments on commit a824cc3

Please sign in to comment.