Skip to content

Commit

Permalink
Merge pull request dotnet#333 from sshnet/netstandard20
Browse files Browse the repository at this point in the history
Add support for .NET Standard 2.0
  • Loading branch information
drieseng authored Nov 5, 2017
2 parents bbc0a69 + bc83f72 commit 4398abd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Properties/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("2016.1.0")]
[assembly: AssemblyFileVersion("2016.1.0")]
[assembly: AssemblyInformationalVersion("2016.1.0-beta4")]
[assembly: AssemblyVersion("2017.0.0")]
[assembly: AssemblyFileVersion("2017.0.0")]
[assembly: AssemblyInformationalVersion("2017.0.0-beta1")]
[assembly: CLSCompliant(false)]

// Setting ComVisible to false makes the types in this assembly not visible
Expand Down

0 comments on commit 4398abd

Please sign in to comment.