From 40723b795917f2e98b64d45c17effb2546dd0cae Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Thu, 13 Aug 2015 17:07:57 -0700 Subject: Update the version of all assemblies This change updates the assembly versions of all of the corefx assemblies as needed after we shipped stable versions. Assemblies with API differences get a minor version bump. Assemblies with only bugfixes get a build version bump. In order to facilitate this I had to update the reference assemblies, so I took the opportunity to port them all to the open. [tfs-changeset: 1514419] --- .../ref/System.Runtime.WindowsRuntime.csproj | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj (limited to 'src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj') diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj new file mode 100644 index 0000000000..23d8734c29 --- /dev/null +++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -0,0 +1,31 @@ + + + + + true + + 1698 + 4.0.11.0 + Library + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3