File tree 3 files changed +22
-6
lines changed
src/WebApiContrib.Formatting.Razor
3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 31
31
deploy /
32
32
docs /
33
33
nuget /
34
- packages /
34
+ packages /
35
+ * .nupkg
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
1
+ using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
5
5
// General Information about an assembly is controlled through the following
6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "WebApiContrib.Formatting.Razor" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( "Description " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "" ) ]
12
12
[ assembly: AssemblyProduct ( "WebApiContrib.Formatting.Razor" ) ]
31
31
//
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
- // [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "0.9.8" ) ]
35
+ [ assembly: AssemblyFileVersion ( "0.9.8" ) ]
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <metadata >
4
+ <id >$id$</id >
5
+ <version >$version$</version >
6
+ <title >$title$</title >
7
+ <authors >WebApiContrib Contributors</authors >
8
+ <owners >ChrisMissal pedroreys panesofglass alexzeitler darrelmiller</owners >
9
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
10
+ <description >$description$</description >
11
+ <projectUrl >https://github.com/WebApiContrib/WebApiContrib.Formatting.Razor</projectUrl >
12
+ <licenseUrl >https://raw.github.com/WebApiContrib/WebApiContrib.Formatting.Razor/master/LICENSE.txt</licenseUrl >
13
+ <copyright >Copyright © WebApiContrib 2012 - 2013</copyright >
14
+ <tags >webapi webapicontrib razor</tags >
15
+ </metadata >
16
+ </package >
You can’t perform that action at this time.
0 commit comments