Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Sdk version from preview to non-preview #4342

Merged
merged 2 commits into from
May 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>DeviceProvisioningServices.Tests</PackageId>
<Description>DeviceProvisioningServices.Tests Class Library</Description>
<AssemblyName>DeviceProvisioningServices.Tests</AssemblyName>
<VersionPrefix>1.0.1-preview</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Provides management capabilities for Microsoft Azure IoT Device Provisioning Service.</Description>
<AssemblyTitle>Microsoft Azure Provisioning Service Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.DeviceProvisioningServices</AssemblyName>
<Version>0.9.0-preview</Version>
<Version>1.0.0</Version>
<PackageTags>Microsoft Azure IoT Provisioning Services;IoT Device Provisioning Service Management;IoT Provisioning Service;</PackageTags>
<PackageReleaseNotes>This is a general availability release of the Azure Iot Device Provisioning Service SDK.</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]