File tree Expand file tree Collapse file tree
CSharp.StackExchange/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Thumbs.db
2222[Dd ]ebug * /
2323* .lib
2424* .sbr
25+ * .nupkg
26+ * .nuspec
2527obj /
2628[Rr ]elease * /
2729_ReSharper * /
Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
88[ assembly: AssemblyTitle ( "CSharp.StackExchange" ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
9+ [ assembly: AssemblyDescription ( "C# .NET wrapper for the StackExchange RESTful API " ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "Microsoft " ) ]
11+ [ assembly: AssemblyCompany ( "Scott Smith " ) ]
1212[ assembly: AssemblyProduct ( "CSharp.StackExchange" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Microsoft 2012" ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © 2012" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0 " ) ]
35+ [ assembly: AssemblyVersion ( "0.1.* " ) ]
36+ [ assembly: AssemblyFileVersion ( "0.1.* " ) ]
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ The following will be added
1111 * API binding for StackExchange
1212 * Console application example project
1313
14- API documentation can be found here: https://api.stackexchange.com/docs
14+ API documentation can be found here: https://api.stackexchange.com/docs
15+ NuGet package can be found here: https://nuget.org/packages/CSharp.StackExchange
You can’t perform that action at this time.
0 commit comments