Skip to content

Commit

Permalink
incr version
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Mar 21, 2015
1 parent 9dbe248 commit cc4e4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FireSharp/FireSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FireSharp</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>Fire#</title>
<authors>ziyasal</authors>
<owners>ziyasal</owners>
Expand Down
4 changes: 2 additions & 2 deletions FireSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.2")]
[assembly: InternalsVisibleTo("FireSharp.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 comments on commit cc4e4c5

Please sign in to comment.