This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 457f11efa80068c83d7239313bec0c6af41be04d
Author: Ryan McMahon <mcmella...@gmail.com>
AuthorDate: Tue Feb 13 17:22:48 2018 -0800

    GEODE-4341: Renaming 'Cache' to 'PutGetRemove'
---
 .../Apache.Geode.Examples.PutGetRemove.csproj}                        | 4 ++--
 .../Program.cs                                                        | 0
 .../README.md                                                         | 0
 examples/dotnet/Apache.Geode.Examples.sln                             | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/examples/dotnet/Apache.Geode.Examples.Cache/Apache.Geode.Examples.Cache.csproj
 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/Apache.Geode.Examples.PutGetRemove.csproj
similarity index 95%
rename from 
examples/dotnet/Apache.Geode.Examples.Cache/Apache.Geode.Examples.Cache.csproj
rename to 
examples/dotnet/Apache.Geode.Examples.PutGetRemove/Apache.Geode.Examples.PutGetRemove.csproj
index f7e1a01..bc3bb04 100644
--- 
a/examples/dotnet/Apache.Geode.Examples.Cache/Apache.Geode.Examples.Cache.csproj
+++ 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/Apache.Geode.Examples.PutGetRemove.csproj
@@ -23,8 +23,8 @@ limitations under the License.
     <ProjectGuid>{15ACFB5B-0D2C-4C38-9236-7AF01874A84F}</ProjectGuid>
     <OutputType>Exe</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Apache.Geode.Examples.Cache</RootNamespace>
-    <AssemblyName>Apache.Geode.Examples.Cache</AssemblyName>
+    <RootNamespace>Apache.Geode.Examples.PutGetRemove</RootNamespace>
+    <AssemblyName>Apache.Geode.Examples.PutGetRemove</AssemblyName>
     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
diff --git a/examples/dotnet/Apache.Geode.Examples.Cache/Program.cs 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/Program.cs
similarity index 100%
rename from examples/dotnet/Apache.Geode.Examples.Cache/Program.cs
rename to examples/dotnet/Apache.Geode.Examples.PutGetRemove/Program.cs
diff --git a/examples/dotnet/Apache.Geode.Examples.Cache/README.md 
b/examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md
similarity index 100%
rename from examples/dotnet/Apache.Geode.Examples.Cache/README.md
rename to examples/dotnet/Apache.Geode.Examples.PutGetRemove/README.md
diff --git a/examples/dotnet/Apache.Geode.Examples.sln 
b/examples/dotnet/Apache.Geode.Examples.sln
index 74295f0..8ee70be 100644
--- a/examples/dotnet/Apache.Geode.Examples.sln
+++ b/examples/dotnet/Apache.Geode.Examples.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 14
 VisualStudioVersion = 14.0.25420.1
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"Apache.Geode.Examples.Cache", 
"Apache.Geode.Examples.Cache\Apache.Geode.Examples.Cache.csproj", 
"{15ACFB5B-0D2C-4C38-9236-7AF01874A84F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"Apache.Geode.Examples.PutGetRemove", 
"Apache.Geode.Examples.PutGetRemove\Apache.Geode.Examples.PutGetRemove.csproj", 
"{15ACFB5B-0D2C-4C38-9236-7AF01874A84F}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"Apache.Geode.Examples.AuthInitialize", 
"Apache.Geode.Examples.AuthInitialize\Apache.Geode.Examples.AuthInitialize.csproj",
 "{047FC72E-F06D-4F3A-9EF3-B66FAE4B6C36}"
 EndProject

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to