We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1164c24 commit 7296352Copy full SHA for 7296352
2 files changed
NuGet/Slapper.AutoMapper.1.0.0.7.nupkg
28.5 KB
Slapper.AutoMapper/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
10
[assembly: AssemblyConfiguration( "" )]
11
[assembly: AssemblyCompany( "Randy Burden" )]
12
[assembly: AssemblyProduct( "Slapper.AutoMapper" )]
13
-[assembly: AssemblyCopyright( "Copyright © Randy Burden" )]
+[assembly: AssemblyCopyright("Copyright © Randy Burden and contributors")]
14
[assembly: AssemblyTrademark( "" )]
15
[assembly: AssemblyCulture( "" )]
16
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion( "1.0.0.6" )]
36
-[assembly: AssemblyFileVersion( "1.0.0.6" )]
+[assembly: AssemblyVersion("1.0.0.7")]
+[assembly: AssemblyFileVersion("1.0.0.7")]
0 commit comments