This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
microsoft-azure-storage-samples
src/com/microsoft/azure/storage/logging
microsoft-azure-storage/src/com/microsoft/azure/storage Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >com.microsoft.azure</groupId >
2828 <artifactId >azure-storage</artifactId >
29- <version >8.5.0-preview </version >
29+ <version >8.5.0</version >
3030 </dependency >
3131 <dependency >
3232 <groupId >com.microsoft.azure</groupId >
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >com.microsoft.azure</groupId >
2828 <artifactId >azure-storage</artifactId >
29- <version >8.5.0-preview </version >
29+ <version >8.5.0</version >
3030 </dependency >
3131 <dependency >
3232 <groupId >com.microsoft.azure</groupId >
Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ public static class HeaderConstants {
765765 /**
766766 * Specifies the value to use for UserAgent header.
767767 */
768- public static final String USER_AGENT_VERSION = "8.5.0-preview " ;
768+ public static final String USER_AGENT_VERSION = "8.5.0" ;
769769
770770 /**
771771 * The default type for content-type and accept
Original file line number Diff line number Diff line change 1010 <modelVersion >4.0.0</modelVersion >
1111 <groupId >com.microsoft.azure</groupId >
1212 <artifactId >azure-storage</artifactId >
13- <version >8.5.0-preview </version >
13+ <version >8.5.0</version >
1414 <packaging >jar</packaging >
1515
1616 <name >Microsoft Azure Storage Client SDK</name >
You can’t perform that action at this time.
0 commit comments