Skip to content

Commit

Permalink
Merge pull request #25 from metageek-llc/feature/bump-to-0.4.1.0
Browse files Browse the repository at this point in the history
Feature/bump to 0.4.1.0
  • Loading branch information
vanessagertman authored Jul 30, 2020
2 parents 80c772f + a824cc3 commit 44c3664
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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>
6 changes: 3 additions & 3 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.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: InternalsVisibleTo("Magpie.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 comments on commit 44c3664

Please sign in to comment.