diff --git a/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj b/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj index c24914de..8931f992 100644 --- a/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj +++ b/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj @@ -8,7 +8,7 @@ Microsoft.OData.Cli Microsoft.OData.Cli ./nupkg - 0.3.0 + 0.3.1 Microsoft Microsoft.OData.Cli The odata-cli is a CLI tool for generating strongly typed C# and Visual Basic client code for a specified OData service. It generates a DataServiceContext class to interact with the service and CLR types for each entity type and complex type in the service model. It does exactly what the OData Connected Service does. diff --git a/src/ODataConnectedService/Properties/AssemblyInfo.cs b/src/ODataConnectedService/Properties/AssemblyInfo.cs index 9442cae6..87c5d681 100644 --- a/src/ODataConnectedService/Properties/AssemblyInfo.cs +++ b/src/ODataConnectedService/Properties/AssemblyInfo.cs @@ -37,8 +37,8 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] [assembly: NeutralResourcesLanguageAttribute("en")] [assembly: InternalsVisibleTo("ODataConnectedService.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001003d2fbcc3c5595b4212227a5ca0fb1c45cb9c942096831420563dc169dd847a8a5fe068170bd10802dea50bc4d8342c1f8aa2ab9f27e3ceccdb21ce8c1415c3ea33eb7bc09059ca50b3e8607fa34bb9925466525ceffc3edac84ac1863afc28ef935c8db7a6430771fa41aa3de8a8d399990b02cae85e834e5d29d2cc0109b8cb")] diff --git a/src/ODataConnectedService/source.extension.vsixmanifest b/src/ODataConnectedService/source.extension.vsixmanifest index dbe82f9e..fdcaa26c 100644 --- a/src/ODataConnectedService/source.extension.vsixmanifest +++ b/src/ODataConnectedService/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Microsoft OData Connected Service OData Connected Service for V1-V4 diff --git a/src/ODataConnectedService_VS2022Plus/Properties/AssemblyInfo.cs b/src/ODataConnectedService_VS2022Plus/Properties/AssemblyInfo.cs index 0e5353fb..6219f57e 100644 --- a/src/ODataConnectedService_VS2022Plus/Properties/AssemblyInfo.cs +++ b/src/ODataConnectedService_VS2022Plus/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] [assembly: InternalsVisibleTo("ODataConnectedService.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001003d2fbcc3c5595b4212227a5ca0fb1c45cb9c942096831420563dc169dd847a8a5fe068170bd10802dea50bc4d8342c1f8aa2ab9f27e3ceccdb21ce8c1415c3ea33eb7bc09059ca50b3e8607fa34bb9925466525ceffc3edac84ac1863afc28ef935c8db7a6430771fa41aa3de8a8d399990b02cae85e834e5d29d2cc0109b8cb")] diff --git a/src/ODataConnectedService_VS2022Plus/source.extension.vsixmanifest b/src/ODataConnectedService_VS2022Plus/source.extension.vsixmanifest index dfe5a93d..e1928bdd 100644 --- a/src/ODataConnectedService_VS2022Plus/source.extension.vsixmanifest +++ b/src/ODataConnectedService_VS2022Plus/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + OData Connected Service 2022+ OData Connected Service for V1-V4 https://github.com/odata/ODataConnectedService