Skip to content

Commit 60c6f2b

Browse files
committed
add appveyor
1 parent 6756ab3 commit 60c6f2b

3 files changed

Lines changed: 25 additions & 9 deletions

File tree

src/GodSharp.Encryption/GodSharp.Encryption.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<ItemGroup>
3434
<Reference Include="System" />
3535
<Reference Include="System.Core" />
36-
<Reference Include="System.Data" />
3736
</ItemGroup>
3837
<ItemGroup>
3938
<Compile Include="..\GodSharp.Shared\Encryption\Asymmetric\RSA.cs">
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>GodSharp.Encryption</id>
5+
<version>1.0.0</version>
6+
<title>GodSharp.Encryption</title>
7+
<authors>seayxu</authors>
8+
<owners>seayxu</owners>
9+
<licenseUrl>https://github.com/godsharp/GodSharp.Encryption/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/godsharp/GodSharp.Encryption</projectUrl>
11+
<iconUrl>https://avatars3.githubusercontent.com/u/26563296</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Common encryption method for .NET.</description>
14+
<releaseNotes>Common encryption method for .NET.</releaseNotes>
15+
<copyright>Copyright GodSharp 2017</copyright>
16+
<tags>GodSharp.Encryption,Encryption,GodSharp</tags>
17+
</metadata>
18+
</package>

src/GodSharp.Encryption/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
65
// set of attributes. Change these attribute values to modify the information
76
// associated with an assembly.
8-
[assembly: AssemblyTitle("GodSharp.Cryptography")]
9-
[assembly: AssemblyDescription("")]
7+
[assembly: AssemblyTitle("Common encryption method for .NET")]
8+
[assembly: AssemblyDescription("Common encryption method for .NET")]
109
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("GodSharp.Cryptography")]
13-
[assembly: AssemblyCopyright("Copyright © 2017")]
10+
[assembly: AssemblyCompany("https://github.com/godsharp/GodSharp.Encryption")]
11+
[assembly: AssemblyProduct("GodSharp.Encryption")]
12+
[assembly: AssemblyCopyright("Copyright © GodSharp 2017")]
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]
1615

@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("1.0.*")]
35+
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)