Skip to content

Commit 20fa1eb

Browse files
committed
Changes for NuGet
1 parent 6e2f17d commit 20fa1eb

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Thumbs.db
2222
[Dd]ebug*/
2323
*.lib
2424
*.sbr
25+
*.nupkg
26+
*.nuspec
2527
obj/
2628
[Rr]elease*/
2729
_ReSharper*/

CSharp.StackExchange/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
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

@@ -32,5 +32,5 @@
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.*")]

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)