Skip to content

Commit dec97e6

Browse files
committed
Removed M.G.C nuspec, we don't use it any longer. Updated the assemblyinfo.
1 parent 2d2310f commit dec97e6

File tree

3 files changed

+4
-39
lines changed

3 files changed

+4
-39
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.nuspec

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/Microsoft.Graph.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
//
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
27-
[assembly: AssemblyVersion("1.4.0")]
28-
[assembly: AssemblyFileVersion("1.4.0.0")]
27+
[assembly: AssemblyVersion("1.5.0")]
28+
[assembly: AssemblyFileVersion("1.5.0.0")]
2929

3030
#if DEBUG
3131
[assembly: InternalsVisibleTo("Microsoft.Graph.Core.Test")]

src/Microsoft.Graph/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
//
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
27-
[assembly: AssemblyVersion("1.3.0")]
28-
[assembly: AssemblyFileVersion("1.3.0.0")]
27+
[assembly: AssemblyVersion("1.4.0")]
28+
[assembly: AssemblyFileVersion("1.4.0.0")]
2929

3030
#if DEBUG
3131
[assembly: InternalsVisibleTo("Microsoft.Graph.Test")]

0 commit comments

Comments
 (0)