Skip to content

Commit cde11b9

Browse files
committed
2 parents 8ec68ef + c4c5171 commit cde11b9

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

src/SshNet.Security.Cryptography.Shared/Properties/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

12-
[assembly: AssemblyVersion("1.1.0")]
13-
[assembly: AssemblyFileVersion("1.1.0")]
14-
[assembly: AssemblyInformationalVersion("1.1.0")]
12+
[assembly: AssemblyVersion("1.2.0")]
13+
[assembly: AssemblyFileVersion("1.2.0")]
14+
[assembly: AssemblyInformationalVersion("1.2.0")]
1515
[assembly: CLSCompliant(false)]
1616

1717
[assembly: ComVisible(false)]

src/SshNet.Security.Cryptography.WindowsPhone71/SshNet.Security.Cryptography.WindowsPhone71.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
<DocumentationFile>Bin\Release\SshNet.Security.Cryptography.xml</DocumentationFile>
4545
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4646
</PropertyGroup>
47-
<ItemGroup>
48-
<Reference Include="System.Xml" />
49-
<Reference Include="System.Net" />
50-
</ItemGroup>
5147
<ItemGroup>
5248
<Compile Include="..\SshNet.Security.Cryptography.Shared\HashProviderBase.cs">
5349
<Link>HashProviderBase.cs</Link>

test/SshNet.Security.Cryptography.Shared.Tests/Properties/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

12-
[assembly: AssemblyVersion("1.0.0")]
13-
[assembly: AssemblyFileVersion("1.0.0")]
14-
[assembly: AssemblyInformationalVersion("1.0.0")]
12+
[assembly: AssemblyVersion("1.2.0")]
13+
[assembly: AssemblyFileVersion("1.2.0")]
14+
[assembly: AssemblyInformationalVersion("1.2.0")]
1515
[assembly: CLSCompliant(false)]
1616

1717
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)